Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
export-dirs
Advanced tools
Export directories and their files as node.js modules.
npm i export-dirs --save
var dirs = require('export-dirs');
Example output
When used in combination with export-files, the files and directories in fixtures result in:
// all files and directories are flattened onto the `_` object
{ _:
{ z: [Function],
y: [Function],
x: [Function],
f: [Function],
e: [Function],
d: [Function],
i: [Function],
h: [Function],
g: [Function],
c: [Function],
b: [Function],
a: [Function] },
// files in the same directory as export-dirs
z: [Function],
y: [Function],
x: [Function],
// folders in the same directory as export-dirs
two: { f: [Function], e: [Function], d: [Function] },
three: { i: [Function], h: [Function], g: [Function] },
one: { c: [Function], b: [Function], a: [Function] } }
(Note that export-dirs does not recurse).
rename
function for the keys, or a parse
function for the content, allowing it to be used for readable or require-able files.Install dev dependencies.
npm i -d && npm test
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue
Jon Schlinkert
Copyright (c) 2015 Jon Schlinkert
Released under the MIT license
This file was generated by verb-cli on March 18, 2015.
FAQs
Export directories and their files as node.js modules.
The npm package export-dirs receives a total of 17,163 weekly downloads. As such, export-dirs popularity was classified as popular.
We found that export-dirs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.